|
simpletext library
v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"Functions | |
| int | getChar (void) |
| Get char from the debug port. | |
| int | readChar (text_t *text) |
| Get char from the receive device. | |
Simple Terminal getchar function.
Copyright (C) 2013, Parallax Inc. Written by Steve Denson See end of file for terms of use.
| int getChar | ( | void | ) |
Get char from the debug port.
| int readChar | ( | text_t * | device | ) |
Get char from the receive device.
| *device | Previously open/started terminal device. |
1.8.1.2